projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb7c9c
)
Fix typo.
author
Pavel Janík
<Pavel@Janik.cz>
Tue, 18 Dec 2001 17:43:09 +0000
(17:43 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Tue, 18 Dec 2001 17:43:09 +0000
(17:43 +0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 7af34c20935f6725ac42595bd2e7312204ca5a62..15e5c794bc63168c4c413dc2b69283d7f44d061d 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-1048,7
+1048,7
@@
The text is saved in the kill ring, as with \\[kill-region]."
(defun mouse-yank-at-click (click arg)
"Insert the last stretch of killed text at the position clicked on.
Also move point to one end of the text thus inserted (normally the end),
-and set mark at the beginning.
.
+and set mark at the beginning.
Prefix arguments are interpreted as with \\[yank].
If `mouse-yank-at-point' is non-nil, insert at point
regardless of where you click."